home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2005 October / MW_UK_2005_10.iso / Data Backup 90-day trial / Data Backup.pkg.sit / Data Backup.pkg / Contents / Resources / postflight < prev    next >
Encoding:
Text File  |  2005-07-06  |  395 b   |  11 lines

  1. #!/bin/sh
  2. rm -rf /tmp/executorPasswords
  3. rm -f /tmp/executorHeartbeat
  4. chmod -R og+w /Applications/Data\ Backup\ 2.0
  5. chmod -R og-w /Library/StartupItems/Executor
  6. chmod +x /Library/StartupItems/Executor/Executor
  7. chmod +x /Library/StartupItems/Executor/ExecutorRunner
  8. chown -R root /Library/StartupItems/Executor
  9. chgrp -R wheel /Library/StartupItems/Executor
  10. /Library/StartupItems/Executor/Executor
  11.